home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / MULTIM / alarm10x / AlarmClk.exe / 0 / RCDATA / TREGDLG / TREGDLG.txt
Text File  |  1997-07-11  |  1KB  |  79 lines

  1. object RegDlg: TRegDlg
  2.   Left = 195
  3.   Top = 111
  4.   HelpContext = 100
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Alarm Clock - Register'
  8.   ClientHeight = 149
  9.   ClientWidth = 275
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 13
  19.     Top = 5
  20.     Width = 173
  21.     Height = 13
  22.     Caption = 'Type your registration number below:'
  23.   end
  24.   object SorryLabel: TLabel
  25.     Left = 13
  26.     Top = 53
  27.     Width = 242
  28.     Height = 13
  29.     Caption = 'Sorry - that registration number is not valid'
  30.     Font.Color = clRed
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.     Visible = False
  36.   end
  37.   object Label2: TLabel
  38.     Left = 15
  39.     Top = 70
  40.     Width = 165
  41.     Height = 13
  42.     Caption = 'Your name (minimum 2 characters):'
  43.   end
  44.   object RegNoBox: TEdit
  45.     Left = 13
  46.     Top = 26
  47.     Width = 249
  48.     Height = 21
  49.     TabOrder = 0
  50.   end
  51.   object OKButt: TButton
  52.     Left = 60
  53.     Top = 117
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'OK'
  57.     Default = True
  58.     TabOrder = 2
  59.     OnClick = OKButtClick
  60.   end
  61.   object CancelButt: TButton
  62.     Left = 142
  63.     Top = 117
  64.     Width = 75
  65.     Height = 25
  66.     Caption = '&Cancel'
  67.     TabOrder = 3
  68.     OnClick = CancelButtClick
  69.   end
  70.   object RegNameBox: TEdit
  71.     Left = 15
  72.     Top = 85
  73.     Width = 246
  74.     Height = 21
  75.     TabOrder = 1
  76.     Text = '?'
  77.   end
  78. end
  79.